home *** CD-ROM | disk | FTP | other *** search
- '.so tmac.clman
- .TH "lUpdNode"
- .IX lUpdNode
- .SH NAME
- lUpdNode - Update current node.
- .SH SYNOPSIS
- int
- .BR "lUpdNode" "(id, data, size, flag)"
- .br
- .RT
- .RP
- In int id identifier of linked list
- .RP
- In Byte *data updated data of node
- .RP
- In int size size of data
- .RP
- In int flag updated user information flag
- .DT
- .SH DESCRIPTION
- \fBlUpdNode\fP updates the current node in a linked list, in fact
- this routine replaces the data of the current node by the data of the
- updated node. The flag for user information can also be updated.
- .SH RETURN CODES
- .nf
- Return on success :
- lSUCCESS
- Return on error :
- lUNKNOWN_ID, lEMPTY_LIST
- .fi
- .SH AUTHOR
- Anita Eijs (TNO - Bouw - BouwInformatica)
-